<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
}
.head{width:100%;  height:100px; position:fixed;
    display: flex;
    justify-content:center;
	z-index:9999;
	left:0;
	top:0;
	background:rgba(0,75,60,0.8);
}

.head_middle{height:100px; position: fixed; display: flex; justify-content:center; }
.head_contetn{
    width: 1340px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.head_content_logo{ float:left; width:100px; height:100%; display:flex; align-items:center;}
.head_content_logo img{width:100px; height:100px;}

.head_content_logoname{float:left; margin-top:10px; width:335px; margin-left:20px; height:70px;}
.head_content_logoname .dname{float:left; width:335px; height:50px; text-align:left; line-height:50px; font-size:32px; font-weight:bold; text-shadow:#000 1px 2px 4px; color:#FFFFFF; overflow:hidden;}
.head_content_logoname .xname{float:left; width:335px; font-size:14px; text-align:left; color:#FFFFFF; text-shadow:#000 1px 2px 4px; overflow:hidden;}


.head_active {
    border-bottom: 2px solid #e84c3d !important;
    padding-bottom: 10px !important;
}

.head_consult{
    display: flex;
    align-items: center;
    height: 100px;
    width: 204px;
    justify-content: space-between;
    font-size: 12px;
	margin-right:80px;
}
.head_consult div a{color: #fff;}
.head_consult span{width: 2px; height: 12px; background-color: #fff; }
.head_active{padding-bottom: 10px !important;}</pre></body></html>